home *** CD-ROM | disk | FTP | other *** search
/ Aminet 19 / Aminet 19 (1997)(GTI - Schatztruhe)[!][Jun 1997].iso / Aminet / util / cli / ascii.readme < prev    next >
Text File  |  1997-05-03  |  2KB  |  73 lines

  1. Short:    Convert chars into ASCII codes, and vice versa
  2. Author:   rsmedley@cix.compulink.co.uk (Richard Smedley)
  3. Uploader: rsmedley@cix.compulink.co.uk (Richard Smedley)
  4. Type:     util/cli
  5.  
  6. Two little CLI commands which can be used for displaying the ASCII code of
  7. a particular character, or vice versa.
  8.  
  9. The commands are equivalent to the ASC() and CHR$() functions that you'd
  10. normally find in Basic, except that you don't need to waste memory loading
  11. a Basic interpreter to use them! (And, of course, you can enter multiple
  12. arguments - something else you can't do in Basic)
  13.  
  14. Anyway, here are the two commands:
  15.  
  16.   Ascii - Convert characters into ASCII codes
  17.   -------------------------------------------
  18.  
  19.   Usage: Ascii <char1> <char2> <etc>
  20.  
  21.   Example: Ascii t e s t
  22.     ASCII code of "t" is 116 ($74)
  23.     ASCII code of "e" is 101 ($65)
  24.     ASCII code of "s" is 115 ($73)
  25.     ASCII code of "t" is 116 ($74)
  26.  
  27.  
  28.   Chr$ - Convert ASCII codes into characters
  29.   ------------------------------------------
  30.  
  31.   Usage: Chr$ <ascii1> <ascii2> <etc>
  32.  
  33.   Example: Chr$ $74 $65 $73 $74
  34.     ASCII 116 ($74) is "t"
  35.     ASCII 101 ($65) is "e"
  36.     ASCII 115 ($73) is "s"
  37.     ASCII 116 ($74) is "t"
  38.  
  39.   (You can enter the ASCII codes in either decimal or hex)
  40.  
  41.  
  42. They're probably mainly of use to programmers. I know that *I* often find
  43. them useful anyway!
  44.  
  45.  
  46. Both progs are freeware, but remain Copyright (C) Richard Smedley 1997. If
  47. you distribute them, then make sure you only distribute the entire archive.
  48. Standard disclaimer applies; you use them at your own risk.
  49.  
  50.  
  51. If you want to contact me, here's my address:
  52.  
  53.   Richard Smedley
  54.   PO Box 59
  55.   Sutton-In-Ashfield
  56.   Notts
  57.   NG17 3HP
  58.   England
  59.  
  60.   rsmedley@cix.compulink.co.uk
  61.  
  62.  
  63. ============================= Archive contents =============================
  64.  
  65. Original  Packed Ratio    Date     Time    Name
  66. -------- ------- ----- --------- --------  -------------
  67.      628     263 58.1% 25-Apr-97 11:34:22  Ascii10.info
  68.     8092    4664 42.3% 25-Apr-97 11:33:50 +Ascii
  69.     1713     802 53.1% 25-Apr-97 11:34:08 +ascii.readme
  70.    10036    6368 36.5% 25-Apr-97 11:34:00 +Chr$
  71. -------- ------- ----- --------- --------
  72.    20469   12097 40.9% 26-Apr-97 16:42:30   4 files
  73.